Create a Network Load Balancer by specifying a name, network (VPC and subnets), listeners (TCP/UDP/TLS), and a target group, similar to creating an ALB, via the AWS Management Console, CLI, or API [citation:5].
The process for creating a Network Load Balancer (NLB) is similar to that of an Application Load Balancer (ALB) and can be done via the AWS Management Console, CLI, or API [citation:5]. You must provide a name, select a VPC and at least two Availability Zones, and configure a listener (e.g., a TCP listener on port 80). You will also need to configure a target group, which defines how targets are registered and how health checks are performed.